home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TFRDBFIELDSEDITORFORM / TFRDBFIELDSEDITORFORM.txt
Text File  |  2005-01-28  |  2KB  |  78 lines

  1. object frDBFieldsEditorForm: TfrDBFieldsEditorForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 237
  7.   ClientWidth = 288
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object FieldsL: TListBox
  18.     Left = 4
  19.     Top = 8
  20.     Width = 165
  21.     Height = 225
  22.     HelpContext = 11
  23.     ItemHeight = 13
  24.     MultiSelect = True
  25.     TabOrder = 0
  26.   end
  27.   object AddFieldsB: TButton
  28.     Left = 176
  29.     Top = 8
  30.     Width = 107
  31.     Height = 25
  32.     HelpContext = 24
  33.     Caption = '&Add fields...'
  34.     TabOrder = 1
  35.     OnClick = AddFieldsBClick
  36.   end
  37.   object AddLookupB: TButton
  38.     Left = 176
  39.     Top = 36
  40.     Width = 107
  41.     Height = 25
  42.     HelpContext = 33
  43.     Caption = 'Add &lookup...'
  44.     TabOrder = 2
  45.     OnClick = AddLookupBClick
  46.   end
  47.   object SelAllB: TButton
  48.     Left = 176
  49.     Top = 64
  50.     Width = 107
  51.     Height = 25
  52.     HelpContext = 42
  53.     Caption = '&Select all'
  54.     TabOrder = 3
  55.     OnClick = SelAllBClick
  56.   end
  57.   object DeleteB: TButton
  58.     Left = 176
  59.     Top = 92
  60.     Width = 107
  61.     Height = 25
  62.     HelpContext = 53
  63.     Caption = '&Delete'
  64.     TabOrder = 4
  65.     OnClick = DeleteBClick
  66.   end
  67.   object ExitB: TButton
  68.     Left = 176
  69.     Top = 124
  70.     Width = 107
  71.     Height = 25
  72.     HelpContext = 40
  73.     Caption = '&Exit'
  74.     ModalResult = 1
  75.     TabOrder = 5
  76.   end
  77. end
  78.